home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / h / hypertextdatav40.12cr.lha / HTDS / Examples / executetest.hguide < prev    next >
Encoding:
Amiga HyperGuide  |  1996-10-18  |  656 b   |  24 lines

  1. @hyperguide ExecuteTest.guide
  2. @node main "Execute test : start external programs"
  3. @next linktest.hguide/main
  4.  
  5. Run Clock through System() (blocks the HyperText object in
  6. OM_DISPOSE method) :
  7. @{" Clock " System "Sys:Utilities/Clock"}
  8.  
  9. Run Clock through RunCommand() (If the HyperText object is
  10. closed, it sends a Ctrl-C signal to this process) :
  11. @{" Clock " RunCommand "Sys:Utilities/Clock"}
  12.  
  13. Run Clock through WBStart.library (Detach this program
  14. from the HyperText object) :
  15. @{" Clock " WBStart "Sys:Utilities/Clock"}
  16.  
  17. Run ARexx Program :
  18. @{" Show MsgPorts " rx ports.rexx}
  19.  
  20. Run a script :
  21. @{" Show Object data " system "Execute ShowObjectData"}
  22. @endnode
  23.  
  24.